test(integration-tests): use graphtally collector in test rav gen #815
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Intends to use the Graph Tally Collector contract in the test infra RAV generation.
π TAP V2 Receipt Processing Investigation
β RESOLVED ISSUES
EIP-712 Domain Mismatch β FIXED
0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07
π¨ ROOT ISSUE IDENTIFIED: Gateway β Indexer-Service Communication Break
Current Symptoms
π New metric: sender="0xf39Fd6e51aad88F6F4ce6aB8827279cfffb92266" =
100000000000000000000
π New metric: allocation="0x378015Dd02ceae3C7506A3372c66C614112a2Ff1",sender="0xf39Fd
6e51aad88F6F4ce6aB8827279cfffb92266" = 0
After V2 batch 8: RAVs created: 0, Unaggregated fees: 0 (0.0% of trigger threshold)
Database Reality Check
-- Both tables empty despite 240+ successful V2 queries
SELECT COUNT() FROM tap_horizon_receipts; -- 0 rows
SELECT COUNT() FROM scalar_tap_receipts; -- 0 rows
Analysis
π― NEXT INVESTIGATION STEPS
The issue is in the Gateway β Indexer-Service β Database pipeline. Since receipts
aren't being stored, we need to examine:
indexer-service?
π DETAILED FINDINGS
What's Working
What's Broken
Key Insight
The "sender total = 100 GRT" but "allocation fees = 0" pattern suggests:
This points to either:
The investigation should continue with examining gateway logs and indexer-service
configuration to trace the exact point of failure in the receipt processing pipeline.
Signed off by Joseph Livesey [email protected]